home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 February
/
EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso
/
earcd
/
util2
/
iconconv.lha
/
IconConvert
/
Triton
/
Install
next >
Wrap
Text File
|
1995-08-25
|
643b
|
25 lines
(set @default-dest "")
(set tritonlib "triton.library")
(set #bad-kick "You must be using Kickstart 2.04 to run Triton.")
(set #copying-triton "Copying triton.library to Libs:...")
(set #install-msg
(cat "\n\nTriton installation script.\n"
"This script installs Triton library on your Amiga.\n\n"
"Read the 'ReadMe' file for\n"
"more information on Triton.\n\n"
"Triton © 1993-1994 Stefan Zeiger.\n"
"All rights reserved."))
(if (< (/ (getversion) 65536) 37) ((abort #bad-kick)))
(message #install-msg)
(copylib
(prompt "\n" #copying-triton)
(help @copylib-help)
(source tritonlib)
(dest "Libs:")
(confirm)
)